| Stream | Initializes a new instance of the Stream class. |
| Stream(String) | Initializes a new instance of the Stream class and load data from the specified file. |
| Stream(String, Byte) | Initializes a new instance of the Stream class and load data from the specified buffer. |
| Stream(String, Stream) | Initializes a new instance of the Stream class and load data from the specified Stream. |